All Questions
5 questions
1vote
1answer
272views
Car price calculator
I'm writing this simple program for school, and using NumberFormat on all the variables seems very repetitive (Note that we were asked to use the ...
-1votes
1answer
916views
Compound interest calculator homework [closed]
I am a beginner at coding Java and am having a tough time understanding what is wrong with this code. This is an assignment I had posted about earlier and I also went to a Java tutor at my school for ...
1vote
2answers
5kviews
GPA calculator, implemented for a course
This is from a Java course which I'm taking. The class StudentUtil, including method-declarations and comments, was provided by the instructor. I just had to finish ...
3votes
1answer
421views
Student project that calculates the return on an investment
This is a simple student project that calculates the return on an investment with a given investment amount, number of years invested, and annual interest rate. I know this is pretty basic, but I'm ...
2votes
1answer
3kviews
Calculating Payroll
I have written the code as best that I know how but I am unsure that the questions asked are being fulfilled. Any advice to improve this code would really help me. Question asked: Create a new ...